home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / cl-nd-cl.lha / clue / clio / README < prev    next >
Text File  |  1990-07-19  |  2KB  |  77 lines

  1.  
  2.  
  3.  
  4.                Common Lisp User Interactive Objects (CLIO)
  5.  
  6.          Copyright (C) 1989, 1990 Texas Instruments Incorporated
  7.  
  8.  
  9.  
  10. Related Systems
  11.  
  12.     CLIO relies upon three other systems --- CLX, CLUE, and CLOS.
  13.  
  14.     CLX,  the  Common  Lisp  X  Interface,  may  be  found  in  the  X11
  15.     distribution from  MIT  (see  lib/CLX/*).   CLIO  requires R3 CLX or
  16.     later. CLX R4.2 or later is preferred.
  17.  
  18.     CLUE, the Common Lisp  User Interface Environment,  may be found  in
  19.     the X11 distribution from  MIT (see contrib/toolkits/clue/*).   CLIO
  20.     requires CLUE 7.20 (July 1990) or later.
  21.  
  22.     CLOS, the Common Lisp Object  System, is a draft  standard extension
  23.     to ANSI  Common  Lisp  for  object-oriented  programming.  Xerox PCL
  24.     (Portable Common  Loops)  is  an  implementation  of  CLOS  which is
  25.     available  publicly   at   no   cost   by   sending   a  request  to
  26.     CommonLoops.pa@xerox.com.  
  27.  
  28.  
  29.  
  30. Installation
  31.  
  32.     Use the  function  load-clio  in  the  file  clio/defsystem.l.   For
  33.     Explorer users, this file also  contains a defsystem definition,  so
  34.     that CLIO can be built via (make-system 'clio).
  35.  
  36.  
  37.  
  38. Examples
  39.  
  40.     A simple example program is provided to demonstrate the use of CLIO.
  41.     See   the    directory    clio/examples/*.     Use    the   function
  42.     load-clio-examples  in  the  file  clio/examples/defsystem.l.    For
  43.     Explorer users, this file also  contains a defsystem definition,  so
  44.     that CLIO examples can be built via (make-system 'clio-examples).
  45.  
  46.     The example, a simple graphics editor, is run using the function
  47.     clio-examples:sketch.
  48.  
  49.  
  50. Documentation
  51.  
  52.     The directory clio/doc/* contains several documents describing CLIO.
  53.  
  54.     CLIO.PS, CLIO.TEX
  55.  
  56.         The CLIO specification which  defines all CLIO  features.  LaTeX
  57.         and PostScript versions are included.
  58.  
  59.     RELEASE.<release#>
  60.  
  61.         Release notes for  the current  and previous  versions of  CLIO.
  62.         The highest <release#> identifies the version of the software in
  63.         these  directories.    The   release   notes  contain  important
  64.         information which must be read before using CLIO.
  65.  
  66.     TEXT-CMDS.TEXT
  67.  
  68.         This document discusses  user operations  for text  manipulation
  69.         provided by the  implementation in  CLIO Version  1.0, which are
  70.         generally consistent with  Level 1  of the  OPEN LOOK  Graphical
  71.         User Interface and Style Guide.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.